From cbde735c9777d1f3530f67510ea670f3a8d5aa2d Mon Sep 17 00:00:00 2001 From: Kristian Rietveld Date: Tue, 26 Jun 2007 11:03:50 +0000 Subject: [PATCH] remove the deprecation macros for now to fix the build and give us a 2007-06-26 Kristian Rietveld * gtk/gtktooltips.h: remove the deprecation macros for now to fix the build and give us a chance to fix widgets which use GtkTooltips in their API. svn path=/trunk/; revision=18242 --- ChangeLog | 12 ++++++++++++ gtk/gtktooltips.h | 4 ---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3b55d92b49..49b1b257bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2007-06-26 Kristian Rietveld + + * gtk/gtktooltips.h: remove the deprecation macros for now to fix + the build and give us a chance to fix widgets which use GtkTooltips + in their API. + +2007-06-26 Kristian Rietveld + + * gtk/gtk.symbols: + * gtk/gtktooltips.[ch]: + * docs/reference/gtk/tmpl/gtktooltips.sgml: deprecate GtkTooltips. + 2007-06-25 Johan Dahlin * gtk/gtk-builder-convert: Add a script to convert libglade files diff --git a/gtk/gtktooltips.h b/gtk/gtktooltips.h index 686eeae27f..49dbcbfe47 100644 --- a/gtk/gtktooltips.h +++ b/gtk/gtktooltips.h @@ -24,8 +24,6 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ -#ifndef GTK_DISABLE_DEPRECATED - #ifndef __GTK_TOOLTIPS_H__ #define __GTK_TOOLTIPS_H__ @@ -110,5 +108,3 @@ gboolean gtk_tooltips_get_info_from_tip_window (GtkWindow *tip_window G_END_DECLS #endif /* __GTK_TOOLTIPS_H__ */ - -#endif /* GTK_DISABLE_DEPRECATED */ -- 2.30.2